From caf550ed590ec2501bac755819ce61e17c1ca46c Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 28 Nov 2006 16:23:05 +0000 Subject: [PATCH] Dummy implementation of get_platform_keymap, so that the API layer doesn't complain. This is going to change soon, I expect. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendDomainInfo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 958c5cf8f8..945cc3c3ca 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1715,6 +1715,8 @@ class XendDomainInfo: return '' # TODO def get_platform_std_vga(self): return False + def get_platform_keymap(self): + return '' def get_platform_serial(self): return '' # TODO def get_platform_localtime(self): -- 2.30.2